home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / News.k < prev    next >
Encoding:
Text File  |  1999-09-08  |  612 b   |  30 lines

  1. module oRoot1 is cBox
  2. with 
  3.     release Editor:
  4.         IOWindow is {$00000146,$00000100,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  5.         LayoutWindow is {$00000142,$0000002A,$0000028F,$000001EF,$00000055,$0000003A,$00000064,$00000000};
  6.     end;
  7.     Name is "Root"; 
  8.     Enabled is false; 
  9.     
  10.     Width is 470; Height is 364; 
  11.     
  12.     
  13.     Elements is [
  14.         oNews2
  15.     ];
  16. end;
  17.  
  18. object oNews2 is cRTFText
  19. with 
  20.     Flags is $00000054; 
  21.     Name is "News"; 
  22.     Region is {$FFFF000A,$00000000,$00000000};
  23.     Cursor is oDontCursor; 
  24.     Y is 16; 
  25.     Width is 470; AdjustHeight is GetDataHeight; 
  26.     
  27.     URL is "L1/News.rtf"; 
  28.     Transparent is true; 
  29.     
  30. end;